x86/VT-d: Misc initialisation cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 Oct 2019 17:19:20 +0000 (18:19 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 25 Oct 2019 15:33:34 +0000 (16:33 +0100)
commit09348b0c354f9efbedac334edd40a4a623fe46d2
treed0274460629dd46697e80270810f921d626331be
parentecec150ab5ed6055fc06dcdd6d2c65a4f832abc0
x86/VT-d: Misc initialisation cleanup

 * Initialise all spinlock fields together
 * No need for an atomic set_bit() to initialise domid_bitmap
 * Avoid using partial-line printk()'s.
 * Style fixes (too many, and too few spaces)

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/drivers/passthrough/vtd/iommu.c